Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: LazyServiceFactory does not reset initializer in proxy class when building dependency fails #250

Open
wants to merge 2 commits into
base: 4.4.x
Choose a base branch
from

Conversation

vdmorozov
Copy link

Q A
Documentation no
Bugfix yes
BC Break no
New Feature no
RFC no
QA no

Description

This PR fixes a bug where an exception thrown during lazy service initialization would leave the proxy in an invalid state. The fix ensures that the original initializer isn't reset when an exception occurs, allowing subsequent initialization attempts to work correctly.

Added tests to verify the behavior.

…xy class when building dependency fails

Signed-off-by: vdmorozov <[email protected]>
@vdmorozov
Copy link
Author

If possible, please create a patch release for the 3-rd version with this fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant